ComponentOne FlexPivot for WinForms
Add(String[]) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldList Class > Add Method : Add(String[]) Method
One or more field names to add to the list.
Adds an existing C1FlexPivotField to the list.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray fieldNames() As System.String _
) 
public void Add( 
   params System.string[] fieldNames
)

Parameters

fieldNames
One or more field names to add to the list.
See Also

Reference

C1FlexPivotFieldList Class
C1FlexPivotFieldList Members
Overload List